-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Ensures advanced configuration updates trigger wait for completion #2954
chore: Ensures advanced configuration updates trigger wait for completion #2954
Conversation
_, _, err := connV220240530.ClustersApi.UpdateClusterAdvancedConfiguration(ctx, projectID, clusterName, ¶ms20240530).Execute() | ||
if err != nil { | ||
return diag.FromErr(fmt.Errorf(errorConfigUpdate, clusterName, err)) | ||
} | ||
} | ||
if !reflect.DeepEqual(params, admin.ClusterDescriptionProcessArgs20240805{}) { | ||
advancedConfigChanged = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about waiting in each change, similarly to TPF impl, potentially taking more time, but minimizing possible problems because of race conditions in Atlas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, changed in d57f751
* master: doc: Uses weekly option in cloud backup schedule documentation (#2963) chore: Bump tj-actions/verify-changed-files (#2965) chore: Bump srvaroa/labeler from 1.12.0 to 1.13.0 (#2966) chore: Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#2967) chore: Bump github.com/pb33f/libopenapi from 0.19.1 to 0.20.0 (#2968) chore: Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#2969) fix: Updates test to use old schema for data sources in AWS provider configuration (#2962) chore: Uses backend default for zoneName to make tenantUpgrade pass on SDKv2 (#2952) chore: Refactors test checks to only run for TPF due to `[]` in SDKv2 for computed specs (#2955) chore: Ensures advanced configuration updates trigger wait for completion (#2954) chore: Remove usage of fixed 2024-08-05 version in cluster resource and ensure auto scaling mode is not impacted (#2918) chore: Updates CHANGELOG.md for #2953 feat: Adds support for disabling Backup Compliance Policy on resource delete (#2953) chore: Improves Makefile help (#2958)
Description
Ensures advanced configuration updates trigger wait for completion
Link to any related issue(s): CLOUDP-293895
Type of change:
Required Checklist:
Further comments